Click or drag to resize

ServiceGetMessageFile Method (String, IListExtendedPropertyPath)

Gets an item as Outlook .msg file.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Message GetMessageFile(
	string itemId,
	IList<ExtendedPropertyPath> customPropertyPaths
)

Parameters

itemId
Type: SystemString
The item identifier.
customPropertyPaths
Type: System.Collections.GenericIListExtendedPropertyPath
The custom property paths.

Return Value

Type: Message
Independentsoft.Msg.Message.
See Also